home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Needs / card_7636.txt < prev    next >
Text File  |  1990-04-09  |  7KB  |  273 lines

  1. -- card: 7636 from stack: in
  2. -- bmap block id: 7918
  3. -- flags: 0000
  4. -- background id: 2597
  5. -- name: HyperCard
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global whichButton
  9.   put "Import to HyperCard" into whichButton
  10.   hide menuBar
  11.   hide background field "Bottlenecks Header"
  12.   hide card field "Bottlenecks"
  13.   show background field "Benefits Header"
  14.   show background field "Features Header"
  15.   show card field "Benefits"
  16.   show card field "Features"
  17.   hide background button "Hide Bottlenecks"
  18.   show background button "Show Bottlenecks"
  19.   set hilite of card button id 31 to false
  20.   put empty into card field "Benefits"
  21.   show card field "Features"
  22.   show card field "Benefits"
  23.   get the loc of card button id 31
  24.   click at it
  25. end openCard
  26.  
  27. on closeCard
  28.   global whichButton
  29.   put empty into whichButton
  30.   hide menuBar
  31.   hide card field "Cover All"
  32.   hide card button "Self-Check"
  33.   hide background field "Bottlenecks Header"
  34.   hide card field "Bottlenecks"
  35.   show background field "Benefits Header"
  36.   show background field "Features Header"
  37.   show card field "Benefits"
  38.   show card field "Features"
  39.   hide background button "Hide Bottlenecks"
  40.   show background button "Show Bottlenecks"
  41.   put empty into card field "Features"
  42.   put empty into card field "Benefits"
  43.   set hilite of card button id 31 to false
  44. end closeCard
  45.  
  46.  
  47. -- part 18 (field)
  48. -- low flags: 01
  49. -- high flags: 0002
  50. -- rect: left=368 top=79 right=269 bottom=505
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 0
  54. -- font id: 3
  55. -- text size: 10
  56. -- style flags: 0
  57. -- line height: 13
  58. -- part name: Features
  59.  
  60.  
  61. -- part 21 (field)
  62. -- low flags: 81
  63. -- high flags: 0007
  64. -- rect: left=253 top=91 right=252 bottom=485
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 0
  68. -- font id: 3
  69. -- text size: 10
  70. -- style flags: 0
  71. -- line height: 13
  72. -- part name: Productivity Explained
  73.  
  74.  
  75. -- part 30 (field)
  76. -- low flags: 00
  77. -- high flags: 0002
  78. -- rect: left=6 top=79 right=109 bottom=187
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 0
  82. -- font id: 3
  83. -- text size: 10
  84. -- style flags: 0
  85. -- line height: 13
  86. -- part name: Import To HyperCard
  87.  
  88.  
  89. -- part 31 (button)
  90. -- low flags: 00
  91. -- high flags: 0000
  92. -- rect: left=6 top=79 right=109 bottom=187
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Import To HyperCard
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   global whichButton
  104.   put "Import to HyperCard" into whichButton
  105.   put empty into card field "Features"
  106.   put empty into card field "Benefits"
  107.   set hilite of card button id 31 to true
  108.   if hilite of background button "Hide Bottlenecks" is true then
  109.     put "A scanned image needs to be further processed by a graphics application that will allow the user to crop, and possibly touch up the image before bringing it into a HyperCard stack." into card field "Bottlenecks"
  110.   else
  111.     put "HyperScan, a HyperCard stack created by Bill Atkinson to bring high quality images into HyperCard stacks." into card field "Features"
  112.     put "1) Streamlines the process for bringing images into HyperCard stacks." into line 1 of card field "Benefits"
  113.     put "2) Images are optimized for HyperCard and screen display." into line 2 of card field "Benefits"
  114.   end if
  115. end mouseUp
  116.  
  117.  
  118. -- part 40 (field)
  119. -- low flags: 01
  120. -- high flags: 0002
  121. -- rect: left=194 top=79 right=270 bottom=362
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 0
  125. -- font id: 3
  126. -- text size: 10
  127. -- style flags: 0
  128. -- line height: 13
  129. -- part name: Benefits
  130.  
  131.  
  132. -- part 39 (field)
  133. -- low flags: 81
  134. -- high flags: 0004
  135. -- rect: left=139 top=126 right=237 bottom=394
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 0
  139. -- font id: 3
  140. -- text size: 12
  141. -- style flags: 256
  142. -- line height: 16
  143. -- part name: Bibliography
  144.  
  145.  
  146. -- part 45 (button)
  147. -- low flags: 00
  148. -- high flags: 2000
  149. -- rect: left=404 top=281 right=302 bottom=429
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: Prev Card
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   visual wipe left slow to card
  161.   go to card id 4967
  162. end mouseUp
  163.  
  164.  
  165.  
  166. -- part 47 (field)
  167. -- low flags: 81
  168. -- high flags: 0002
  169. -- rect: left=258 top=79 right=270 bottom=428
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 0
  173. -- font id: 3
  174. -- text size: 10
  175. -- style flags: 0
  176. -- line height: 13
  177. -- part name: Bottlenecks
  178.  
  179.  
  180. -- part 48 (field)
  181. -- low flags: 81
  182. -- high flags: 0001
  183. -- rect: left=365 top=277 right=306 bottom=470
  184. -- title width / last selected line: 0
  185. -- icon id / first selected line: 0 / 0
  186. -- text alignment: 0
  187. -- font id: 3
  188. -- text size: 12
  189. -- style flags: 0
  190. -- line height: 16
  191. -- part name: Cover All
  192.  
  193.  
  194. -- part 49 (button)
  195. -- low flags: 80
  196. -- high flags: A004
  197. -- rect: left=12 top=315 right=340 bottom=499
  198. -- title width / last selected line: 0
  199. -- icon id / first selected line: 0 / 0
  200. -- text alignment: 1
  201. -- font id: 0
  202. -- text size: 12
  203. -- style flags: 0
  204. -- line height: 16
  205. -- part name: Self-Check
  206. ----- HyperTalk script -----
  207. on mouseUp
  208.   visual iris close
  209.   hide card button "Self-Check"
  210.   hide card field "Cover All"
  211.   pop card
  212. end mouseUp
  213.  
  214.  
  215.  
  216. -- part 50 (button)
  217. -- low flags: 00
  218. -- high flags: 2000
  219. -- rect: left=442 top=281 right=302 bottom=464
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 0 / 0
  222. -- text alignment: 1
  223. -- font id: 0
  224. -- text size: 12
  225. -- style flags: 0
  226. -- line height: 16
  227. -- part name: Next Card
  228. ----- HyperTalk script -----
  229. on mouseUp
  230.   answer "Proceed with the Self-Check?" with "No" or "YES"
  231.   if it is "Yes" then
  232.     visual checkerboard to black
  233.     go to next
  234.   end if
  235.   if it is "No" then
  236.     exit mouseUp
  237.   end if
  238. end  mouseUp
  239.  
  240.  
  241. -- part contents for card part 21
  242. ----- text -----
  243. Productivity:
  244. The Apple Scanner will read text and graphics generated on non-Apple compatible systems and merge them into word processing, graphics, and page composition programs.  This can save time and money, as file compatibility is no longer an issue.  This capability removes the need to retype documents.  With OCR software, existing documents created by  expensive "conventional" typesetting means can be integrated into an electronic publishing system.
  245.  
  246. -- part contents for card part 30
  247. ----- text -----
  248. ‚Ä¢  To easily bring high-quality
  249.     images into HyperCard stacks. 
  250.  
  251. -- part contents for card part 39
  252. ----- text -----
  253. This Information from: Notes on Selling meeting with Cam & Jane on Mondy, June 13, 1988.
  254.  
  255. -- part contents for background part 28
  256. ----- text -----
  257. Needs
  258.  
  259. -- part contents for background part 29
  260. ----- text -----
  261. Benefits
  262.  
  263. -- part contents for background part 30
  264. ----- text -----
  265. Features
  266.  
  267. -- part contents for background part 33
  268. ----- text -----
  269. Bottlenecks
  270.  
  271. -- part contents for card part 47
  272. ----- text -----
  273. A scanned image needs to be further processed by a graphics application that will allow the user to crop, and possibly touch up the image before bringing it into a HyperCard stack.